docs: Fix build
authorBenjamin Otte <otte@redhat.com>
Thu, 30 May 2019 16:26:32 +0000 (18:26 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 30 May 2019 16:26:32 +0000 (18:26 +0200)
docs/reference/gtk/migrating-3to4.xml

index 0cdda924d24eccd65fd4dbefb9347f9181391d3a..39a52e1f210cf70fc8344def9fdf32e93e8105d5 100644 (file)
         Use GTK_IS_ROOT, GTK_IS_NATIVE or GTK_IS_WINDOW
         instead, as appropriate.
       </para>
+    </section>
 
     <section>
       <title>gtk_widget_get_toplevel has been removed</title>
         Use gtk_widget_get_root() or gtk_widget_get_native()
         instead, as appropriate.
       </para>
+    </section>
+
   </section>
 
 </chapter>